Home
last modified time | relevance | path

Searched refs:OFFSET (Results 1 – 25 of 137) sorted by relevance

123456

/OK3568_Linux_fs/u-boot/board/siemens/rut/
H A Dmux.c23 {OFFSET(uart0_rxd), (MODE(0) | PULLUDDIS | RXACTIVE)}, /* UART0_RXD */
24 {OFFSET(uart0_txd), (MODE(0) | PULLUDDIS)}, /* UART0_TXD */
29 {OFFSET(ddr_resetn), (MODE(0))},
30 {OFFSET(ddr_csn0), (MODE(0) | PULLUP_EN)},
31 {OFFSET(ddr_ck), (MODE(0))},
32 {OFFSET(ddr_nck), (MODE(0))},
33 {OFFSET(ddr_casn), (MODE(0) | PULLUP_EN)},
34 {OFFSET(ddr_rasn), (MODE(0) | PULLUP_EN)},
35 {OFFSET(ddr_wen), (MODE(0) | PULLUP_EN)},
36 {OFFSET(ddr_ba0), (MODE(0) | PULLUP_EN)},
[all …]
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Dasm-offsets.c24 OFFSET(__TASK_stack, task_struct, stack); in main()
25 OFFSET(__TASK_thread, task_struct, thread); in main()
26 OFFSET(__TASK_pid, task_struct, pid); in main()
29 OFFSET(__THREAD_ksp, thread_struct, ksp); in main()
30 OFFSET(__THREAD_sysc_table, thread_struct, sys_call_table); in main()
31 OFFSET(__THREAD_last_break, thread_struct, last_break); in main()
32 OFFSET(__THREAD_FPU_fpc, thread_struct, fpu.fpc); in main()
33 OFFSET(__THREAD_FPU_regs, thread_struct, fpu.regs); in main()
34 OFFSET(__THREAD_per_cause, thread_struct, per_event.cause); in main()
35 OFFSET(__THREAD_per_address, thread_struct, per_event.address); in main()
[all …]
/OK3568_Linux_fs/u-boot/board/siemens/draco/
H A Dmux.c23 {OFFSET(uart0_rxd), (MODE(0) | PULLUP_EN | RXACTIVE)}, /* UART0_RXD */
24 {OFFSET(uart0_txd), (MODE(0) | PULLUDEN)}, /* UART0_TXD */
29 {OFFSET(spi0_cs1), (MODE(1) | PULLUP_EN | RXACTIVE)}, /* UART3_RXD */
30 {OFFSET(ecap0_in_pwm0_out), (MODE(1) | PULLUDEN)}, /* UART3_TXD */
35 {OFFSET(i2c0_sda), (MODE(0) | RXACTIVE |
37 {OFFSET(i2c0_scl), (MODE(0) | RXACTIVE |
43 {OFFSET(gpmc_ad0), (MODE(0) | PULLUP_EN | RXACTIVE)}, /* NAND AD0 */
44 {OFFSET(gpmc_ad1), (MODE(0) | PULLUP_EN | RXACTIVE)}, /* NAND AD1 */
45 {OFFSET(gpmc_ad2), (MODE(0) | PULLUP_EN | RXACTIVE)}, /* NAND AD2 */
46 {OFFSET(gpmc_ad3), (MODE(0) | PULLUP_EN | RXACTIVE)}, /* NAND AD3 */
[all …]
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dasm-offsets.c29 OFFSET(PT_R0, pt_regs, regs[0]); in output_ptreg_defines()
30 OFFSET(PT_R1, pt_regs, regs[1]); in output_ptreg_defines()
31 OFFSET(PT_R2, pt_regs, regs[2]); in output_ptreg_defines()
32 OFFSET(PT_R3, pt_regs, regs[3]); in output_ptreg_defines()
33 OFFSET(PT_R4, pt_regs, regs[4]); in output_ptreg_defines()
34 OFFSET(PT_R5, pt_regs, regs[5]); in output_ptreg_defines()
35 OFFSET(PT_R6, pt_regs, regs[6]); in output_ptreg_defines()
36 OFFSET(PT_R7, pt_regs, regs[7]); in output_ptreg_defines()
37 OFFSET(PT_R8, pt_regs, regs[8]); in output_ptreg_defines()
38 OFFSET(PT_R9, pt_regs, regs[9]); in output_ptreg_defines()
[all …]
/OK3568_Linux_fs/u-boot/board/bosch/shc/
H A Dmux.c22 {OFFSET(uart0_rxd), (MODE(0) | PULLUDEN | RXACTIVE)}, /* UART0_RXD */
23 {OFFSET(uart0_txd), (MODE(0) | PULLUDDIS)}, /* UART0_TXD */
24 {OFFSET(uart0_ctsn), (MODE(0) | PULLUDEN | RXACTIVE)}, /* UART0_CTS */
25 {OFFSET(uart0_rtsn), (MODE(0) | PULLUDDIS)}, /* UART0_RTS */
30 {OFFSET(uart1_rxd), (MODE(0) | PULLUDDIS | RXACTIVE)}, /* UART1_RXD */
31 {OFFSET(uart1_txd), (MODE(0) | PULLUDDIS)}, /* UART1_TXD */
32 {OFFSET(uart1_ctsn), (MODE(0) | PULLUDEN | RXACTIVE)}, /* UART1_CTS */
33 {OFFSET(uart1_rtsn), (MODE(0) | PULLUDDIS)}, /* UART1_RTS */
38 {OFFSET(spi0_sclk), (MODE(1) | PULLUDDIS | RXACTIVE)}, /* UART2_RXD */
39 {OFFSET(spi0_d0), (MODE(1) | PULLUDDIS)}, /* UART2_TXD */
[all …]
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dasm-offsets.c81 OFFSET(THREAD, task_struct, thread); in main()
82 OFFSET(MM, task_struct, mm); in main()
84 OFFSET(TASK_CANARY, task_struct, stack_canary); in main()
86 OFFSET(PACA_CANARY, paca_struct, canary); in main()
89 OFFSET(MMCONTEXTID, mm_struct, context.id); in main()
94 OFFSET(KSP_LIMIT, thread_struct, ksp_limit); in main()
96 OFFSET(RTAS_SP, thread_struct, rtas_sp); in main()
99 OFFSET(TASK_STACK, task_struct, stack); in main()
101 OFFSET(TASK_CPU, task_struct, cpu); in main()
105 OFFSET(TI_livepatch_sp, thread_info, livepatch_sp); in main()
[all …]
/OK3568_Linux_fs/u-boot/board/BuR/brppt1/
H A Dmux.c21 {OFFSET(uart0_rtsn), (MODE(0) | PULLUDEN)},
23 {OFFSET(uart0_ctsn), (MODE(0) | PULLUDEN | PULLUP_EN | RXACTIVE)},
25 {OFFSET(uart0_rxd), (MODE(0) | PULLUDEN | PULLUP_EN | RXACTIVE)},
27 {OFFSET(uart0_txd), (MODE(0) | PULLUDEN)},
32 {OFFSET(uart1_rtsn), (MODE(3) | PULLUDEN | PULLUP_EN | RXACTIVE)},
34 {OFFSET(uart1_ctsn), (MODE(3) | PULLUDEN | PULLUP_EN | RXACTIVE)},
36 {OFFSET(uart1_rxd), (MODE(0) | PULLUDEN | PULLUP_EN | RXACTIVE)},
38 {OFFSET(uart1_txd), (MODE(0) | PULLUDEN)},
43 {OFFSET(gpmc_ad7), (MODE(1) | RXACTIVE | PULLUP_EN)}, /* MMC1_DAT7 */
44 {OFFSET(gpmc_ad6), (MODE(1) | RXACTIVE | PULLUP_EN)}, /* MMC1_DAT6 */
[all …]
/OK3568_Linux_fs/u-boot/board/ti/am335x/
H A Dmux.c26 {OFFSET(uart0_rxd), (MODE(0) | PULLUP_EN | RXACTIVE)}, /* UART0_RXD */
27 {OFFSET(uart0_txd), (MODE(0) | PULLUDEN)}, /* UART0_TXD */
32 {OFFSET(uart1_rxd), (MODE(0) | PULLUP_EN | RXACTIVE)}, /* UART1_RXD */
33 {OFFSET(uart1_txd), (MODE(0) | PULLUDEN)}, /* UART1_TXD */
38 {OFFSET(spi0_sclk), (MODE(1) | PULLUP_EN | RXACTIVE)}, /* UART2_RXD */
39 {OFFSET(spi0_d0), (MODE(1) | PULLUDEN)}, /* UART2_TXD */
44 {OFFSET(spi0_cs1), (MODE(1) | PULLUP_EN | RXACTIVE)}, /* UART3_RXD */
45 {OFFSET(ecap0_in_pwm0_out), (MODE(1) | PULLUDEN)}, /* UART3_TXD */
50 {OFFSET(gpmc_wait0), (MODE(6) | PULLUP_EN | RXACTIVE)}, /* UART4_RXD */
51 {OFFSET(gpmc_wpn), (MODE(6) | PULLUDEN)}, /* UART4_TXD */
[all …]
/OK3568_Linux_fs/u-boot/board/siemens/pxm2/
H A Dmux.c24 {OFFSET(uart0_rxd), (MODE(0) | PULLUP_EN | RXACTIVE)}, /* UART0_RXD */
25 {OFFSET(uart0_txd), (MODE(0) | PULLUDEN)}, /* UART0_TXD */
26 {OFFSET(nnmi), (MODE(0) | PULLUP_EN | RXACTIVE)}, /* UART0_TXD */
32 {OFFSET(gpmc_ad0), (MODE(0) | PULLUP_EN | RXACTIVE)}, /* NAND AD0 */
33 {OFFSET(gpmc_ad1), (MODE(0) | PULLUP_EN | RXACTIVE)}, /* NAND AD1 */
34 {OFFSET(gpmc_ad2), (MODE(0) | PULLUP_EN | RXACTIVE)}, /* NAND AD2 */
35 {OFFSET(gpmc_ad3), (MODE(0) | PULLUP_EN | RXACTIVE)}, /* NAND AD3 */
36 {OFFSET(gpmc_ad4), (MODE(0) | PULLUP_EN | RXACTIVE)}, /* NAND AD4 */
37 {OFFSET(gpmc_ad5), (MODE(0) | PULLUP_EN | RXACTIVE)}, /* NAND AD5 */
38 {OFFSET(gpmc_ad6), (MODE(0) | PULLUP_EN | RXACTIVE)}, /* NAND AD6 */
[all …]
/OK3568_Linux_fs/u-boot/board/BuR/brxre1/
H A Dmux.c21 {OFFSET(spi0_sclk), MODE(0) | PULLUDEN | RXACTIVE},
23 {OFFSET(spi0_d0), MODE(0) | PULLUDEN | RXACTIVE},
25 {OFFSET(spi0_d1), MODE(0) | PULLUDEN | RXACTIVE},
27 {OFFSET(spi0_cs0), MODE(0) | PULLUDEN | PULLUP_EN | RXACTIVE},
29 {OFFSET(spi0_cs1), MODE(0) | PULLUDEN | PULLUP_EN | RXACTIVE},
35 {OFFSET(uart1_ctsn), MODE(2) | PULLUDEN | PULLUP_EN},
37 {OFFSET(uart1_rtsn), MODE(2) | RXACTIVE},
43 {OFFSET(uart1_rxd), MODE(2) | PULLUDEN | PULLUP_EN},
45 {OFFSET(uart1_txd), MODE(2) | RXACTIVE},
51 {OFFSET(ecap0_in_pwm0_out), (MODE(7) | PULLUDDIS | RXACTIVE)},
[all …]
/OK3568_Linux_fs/kernel/arch/c6x/kernel/
H A Dasm-offsets.c16 OFFSET(REGS_A16, pt_regs, a16); in foo()
17 OFFSET(REGS_A17, pt_regs, a17); in foo()
18 OFFSET(REGS_A18, pt_regs, a18); in foo()
19 OFFSET(REGS_A19, pt_regs, a19); in foo()
20 OFFSET(REGS_A20, pt_regs, a20); in foo()
21 OFFSET(REGS_A21, pt_regs, a21); in foo()
22 OFFSET(REGS_A22, pt_regs, a22); in foo()
23 OFFSET(REGS_A23, pt_regs, a23); in foo()
24 OFFSET(REGS_A24, pt_regs, a24); in foo()
25 OFFSET(REGS_A25, pt_regs, a25); in foo()
[all …]
/OK3568_Linux_fs/u-boot/board/compulab/cm_t43/
H A Dmux.c13 {OFFSET(mii1_txen), MODE(2)},
14 {OFFSET(mii1_txd3), MODE(2)},
15 {OFFSET(mii1_txd2), MODE(2)},
16 {OFFSET(mii1_txd1), MODE(2)},
17 {OFFSET(mii1_txd0), MODE(2)},
18 {OFFSET(mii1_txclk), MODE(2)},
19 {OFFSET(mii1_rxdv), MODE(2) | RXACTIVE | PULLDOWN_EN},
20 {OFFSET(mii1_rxclk), MODE(2) | RXACTIVE | PULLDOWN_EN},
21 {OFFSET(mii1_rxd3), MODE(2) | RXACTIVE | PULLDOWN_EN},
22 {OFFSET(mii1_rxd2), MODE(2) | RXACTIVE | PULLDOWN_EN},
[all …]
/OK3568_Linux_fs/u-boot/board/ti/am43xx/
H A Dmux.c16 {OFFSET(mii1_txen), MODE(1)}, /* RMII1_TXEN */
17 {OFFSET(mii1_txd1), MODE(1)}, /* RMII1_TD1 */
18 {OFFSET(mii1_txd0), MODE(1)}, /* RMII1_TD0 */
19 {OFFSET(mii1_rxd1), MODE(1) | RXACTIVE}, /* RMII1_RD1 */
20 {OFFSET(mii1_rxd0), MODE(1) | RXACTIVE}, /* RMII1_RD0 */
21 {OFFSET(mii1_rxdv), MODE(1) | RXACTIVE}, /* RMII1_RXDV */
22 {OFFSET(mii1_crs), MODE(1) | RXACTIVE}, /* RMII1_CRS_DV */
23 {OFFSET(mii1_rxerr), MODE(1) | RXACTIVE}, /* RMII1_RXERR */
24 {OFFSET(rmii1_refclk), MODE(0) | RXACTIVE}, /* RMII1_refclk */
29 {OFFSET(mii1_txen), MODE(2)}, /* RGMII1_TCTL */
[all …]
/OK3568_Linux_fs/u-boot/board/birdland/bav335x/
H A Dmux.c26 {OFFSET(uart0_rxd), (MODE(0) | PULLUP_EN | RXACTIVE)}, /* UART0_RXD */
27 {OFFSET(uart0_txd), (MODE(0) | PULLUDEN)}, /* UART0_TXD */
32 {OFFSET(uart1_rxd), (MODE(0) | PULLUP_EN | RXACTIVE)}, /* UART1_RXD */
33 {OFFSET(uart1_txd), (MODE(0) | PULLUDEN)}, /* UART1_TXD */
38 {OFFSET(spi0_sclk), (MODE(1) | PULLUP_EN | RXACTIVE)}, /* UART2_RXD */
39 {OFFSET(spi0_d0), (MODE(1) | PULLUDEN)}, /* UART2_TXD */
44 {OFFSET(spi0_cs1), (MODE(1) | PULLUP_EN | RXACTIVE)}, /* UART3_RXD */
45 {OFFSET(ecap0_in_pwm0_out), (MODE(1) | PULLUDEN)}, /* UART3_TXD */
50 {OFFSET(gpmc_wait0), (MODE(6) | PULLUP_EN | RXACTIVE)}, /* UART4_RXD */
51 {OFFSET(gpmc_wpn), (MODE(6) | PULLUDEN)}, /* UART4_TXD */
[all …]
/OK3568_Linux_fs/u-boot/board/vscom/baltos/
H A Dmux.c25 {OFFSET(uart0_rxd), (MODE(0) | PULLUP_EN | RXACTIVE)}, /* UART0_RXD */
26 {OFFSET(uart0_txd), (MODE(0) | PULLUDEN)}, /* UART0_TXD */
31 {OFFSET(mmc0_dat3), (MODE(0) | RXACTIVE | PULLUP_EN)}, /* MMC0_DAT3 */
32 {OFFSET(mmc0_dat2), (MODE(0) | RXACTIVE | PULLUP_EN)}, /* MMC0_DAT2 */
33 {OFFSET(mmc0_dat1), (MODE(0) | RXACTIVE | PULLUP_EN)}, /* MMC0_DAT1 */
34 {OFFSET(mmc0_dat0), (MODE(0) | RXACTIVE | PULLUP_EN)}, /* MMC0_DAT0 */
35 {OFFSET(mmc0_clk), (MODE(0) | RXACTIVE | PULLUP_EN)}, /* MMC0_CLK */
36 {OFFSET(mmc0_cmd), (MODE(0) | RXACTIVE | PULLUP_EN)}, /* MMC0_CMD */
42 {OFFSET(spi0_d1), (MODE(2) | RXACTIVE |
44 {OFFSET(spi0_cs0), (MODE(2) | RXACTIVE |
[all …]
/OK3568_Linux_fs/u-boot/board/ti/ti814x/
H A Dmux.c25 {OFFSET(pincntl70), PULLUP_EN | MODE(0x01)}, /* UART0_RXD */
26 {OFFSET(pincntl71), PULLUP_EN | MODE(0x01)}, /* UART0_TXD */
31 {OFFSET(pincntl1), PULLUP_EN | MODE(0x01)}, /* SD1_CLK */
32 {OFFSET(pincntl2), PULLUP_EN | MODE(0x01)}, /* SD1_CMD */
33 {OFFSET(pincntl3), PULLUP_EN | MODE(0x01)}, /* SD1_DAT[0] */
34 {OFFSET(pincntl4), PULLUP_EN | MODE(0x01)}, /* SD1_DAT[1] */
35 {OFFSET(pincntl5), PULLUP_EN | MODE(0x01)}, /* SD1_DAT[2] */
36 {OFFSET(pincntl6), PULLUP_EN | MODE(0x01)}, /* SD1_DAT[3] */
37 {OFFSET(pincntl74), PULLUP_EN | MODE(0x40)}, /* SD1_POW */
38 {OFFSET(pincntl75), MODE(0x40)}, /* SD1_SDWP */
[all …]
/OK3568_Linux_fs/kernel/arch/hexagon/kernel/
H A Dasm-offsets.c32 OFFSET(_PT_SYSCALL_NR, pt_regs, syscall_nr); in main()
33 OFFSET(_PT_GPUGP, pt_regs, gpugp); in main()
34 OFFSET(_PT_CS1CS0, pt_regs, cs1cs0); in main()
35 OFFSET(_PT_R3130, pt_regs, r3130); in main()
36 OFFSET(_PT_R2928, pt_regs, r2928); in main()
37 OFFSET(_PT_R2726, pt_regs, r2726); in main()
38 OFFSET(_PT_R2524, pt_regs, r2524); in main()
39 OFFSET(_PT_R2322, pt_regs, r2322); in main()
40 OFFSET(_PT_R2120, pt_regs, r2120); in main()
41 OFFSET(_PT_R1918, pt_regs, r1918); in main()
[all …]
/OK3568_Linux_fs/u-boot/board/compulab/cm_t335/
H A Dmux.c18 {OFFSET(uart0_rxd), (MODE(0) | PULLUP_EN | RXACTIVE)},
19 {OFFSET(uart0_txd), (MODE(0) | PULLUDEN)},
24 {OFFSET(uart1_rxd), (MODE(0) | PULLUP_EN | RXACTIVE)},
25 {OFFSET(uart1_txd), (MODE(0) | PULLUDEN)},
26 {OFFSET(uart1_ctsn), (MODE(0) | PULLUP_EN | RXACTIVE)},
27 {OFFSET(uart1_rtsn), (MODE(0) | PULLUDEN)},
32 {OFFSET(mmc0_dat3), (MODE(0) | RXACTIVE | PULLUP_EN)},
33 {OFFSET(mmc0_dat2), (MODE(0) | RXACTIVE | PULLUP_EN)},
34 {OFFSET(mmc0_dat1), (MODE(0) | RXACTIVE | PULLUP_EN)},
35 {OFFSET(mmc0_dat0), (MODE(0) | RXACTIVE | PULLUP_EN)},
[all …]
/OK3568_Linux_fs/u-boot/arch/mips/lib/
H A Dasm-offsets.c21 OFFSET(PT_R0, pt_regs, regs[0]); in output_ptreg_defines()
22 OFFSET(PT_R1, pt_regs, regs[1]); in output_ptreg_defines()
23 OFFSET(PT_R2, pt_regs, regs[2]); in output_ptreg_defines()
24 OFFSET(PT_R3, pt_regs, regs[3]); in output_ptreg_defines()
25 OFFSET(PT_R4, pt_regs, regs[4]); in output_ptreg_defines()
26 OFFSET(PT_R5, pt_regs, regs[5]); in output_ptreg_defines()
27 OFFSET(PT_R6, pt_regs, regs[6]); in output_ptreg_defines()
28 OFFSET(PT_R7, pt_regs, regs[7]); in output_ptreg_defines()
29 OFFSET(PT_R8, pt_regs, regs[8]); in output_ptreg_defines()
30 OFFSET(PT_R9, pt_regs, regs[9]); in output_ptreg_defines()
[all …]
/OK3568_Linux_fs/kernel/arch/nios2/kernel/
H A Dasm-offsets.c17 OFFSET(TASK_THREAD, task_struct, thread); in main()
21 OFFSET(THREAD_KSP, thread_struct, ksp); in main()
22 OFFSET(THREAD_KPSR, thread_struct, kpsr); in main()
26 OFFSET(PT_ORIG_R2, pt_regs, orig_r2); in main()
27 OFFSET(PT_ORIG_R7, pt_regs, orig_r7); in main()
29 OFFSET(PT_R1, pt_regs, r1); in main()
30 OFFSET(PT_R2, pt_regs, r2); in main()
31 OFFSET(PT_R3, pt_regs, r3); in main()
32 OFFSET(PT_R4, pt_regs, r4); in main()
33 OFFSET(PT_R5, pt_regs, r5); in main()
[all …]
/OK3568_Linux_fs/u-boot/board/tcl/sl50/
H A Dmux.c18 {OFFSET(uart0_rxd), (MODE(0) | PULLUP_EN | RXACTIVE)}, /* UART0_RXD */
19 {OFFSET(uart0_txd), (MODE(0) | PULLUDEN)}, /* UART0_TXD */
24 {OFFSET(uart1_rxd), (MODE(0) | PULLUP_EN | RXACTIVE)}, /* UART1_RXD */
25 {OFFSET(uart1_txd), (MODE(0) | PULLUDEN)}, /* UART1_TXD */
30 {OFFSET(spi0_sclk), (MODE(1) | PULLUP_EN | RXACTIVE)}, /* UART2_RXD */
31 {OFFSET(spi0_d0), (MODE(1) | PULLUDEN)}, /* UART2_TXD */
36 {OFFSET(spi0_cs1), (MODE(1) | PULLUP_EN | RXACTIVE)}, /* UART3_RXD */
37 {OFFSET(ecap0_in_pwm0_out), (MODE(1) | PULLUDEN)}, /* UART3_TXD */
42 {OFFSET(gpmc_wait0), (MODE(6) | PULLUP_EN | RXACTIVE)}, /* UART4_RXD */
43 {OFFSET(gpmc_wpn), (MODE(6) | PULLUDEN)}, /* UART4_TXD */
[all …]
/OK3568_Linux_fs/u-boot/board/silica/pengwyn/
H A Dmux.c18 {OFFSET(uart0_rxd), (MODE(0) | PULLUP_EN | RXACTIVE)}, /* UART0_RXD */
19 {OFFSET(uart0_txd), (MODE(0) | PULLUDEN)}, /* UART0_TXD */
27 {OFFSET(i2c0_sda), (MODE(0) | RXACTIVE |
29 {OFFSET(i2c0_scl), (MODE(0) | RXACTIVE |
36 {OFFSET(mmc0_dat3), (MODE(0) | RXACTIVE | PULLUP_EN)}, /* MMC0_DAT3 */
37 {OFFSET(mmc0_dat2), (MODE(0) | RXACTIVE | PULLUP_EN)}, /* MMC0_DAT2 */
38 {OFFSET(mmc0_dat1), (MODE(0) | RXACTIVE | PULLUP_EN)}, /* MMC0_DAT1 */
39 {OFFSET(mmc0_dat0), (MODE(0) | RXACTIVE | PULLUP_EN)}, /* MMC0_DAT0 */
40 {OFFSET(mmc0_clk), (MODE(0) | RXACTIVE | PULLUP_EN)}, /* MMC0_CLK */
41 {OFFSET(mmc0_cmd), (MODE(0) | RXACTIVE | PULLUP_EN)}, /* MMC0_CMD */
[all …]
/OK3568_Linux_fs/u-boot/board/phytec/pcm051/
H A Dmux.c25 {OFFSET(uart0_rxd), (MODE(0) | PULLUP_EN | RXACTIVE)}, /* UART0_RXD */
26 {OFFSET(uart0_txd), (MODE(0) | PULLUDEN)}, /* UART0_TXD */
32 {OFFSET(mmc0_dat3), (MODE(0) | RXACTIVE | PULLUP_EN)}, /* MMC0_DAT3 */
33 {OFFSET(mmc0_dat2), (MODE(0) | RXACTIVE | PULLUP_EN)}, /* MMC0_DAT2 */
34 {OFFSET(mmc0_dat1), (MODE(0) | RXACTIVE | PULLUP_EN)}, /* MMC0_DAT1 */
35 {OFFSET(mmc0_dat0), (MODE(0) | RXACTIVE | PULLUP_EN)}, /* MMC0_DAT0 */
36 {OFFSET(mmc0_clk), (MODE(0) | RXACTIVE | PULLUP_EN)}, /* MMC0_CLK */
37 {OFFSET(mmc0_cmd), (MODE(0) | RXACTIVE | PULLUP_EN)}, /* MMC0_CMD */
38 {OFFSET(spi0_cs1), (MODE(5) | RXACTIVE | PULLUP_EN)}, /* MMC0_CD */
45 {OFFSET(i2c0_sda), (MODE(0) | RXACTIVE |
[all …]
/OK3568_Linux_fs/u-boot/arch/nds32/lib/
H A Dasm-offsets.c30 OFFSET(FTSMC020_BANK0_CR, ftsmc020, bank[0].cr); in main()
31 OFFSET(FTSMC020_BANK0_TPR, ftsmc020, bank[0].tpr); in main()
35 OFFSET(FTAHBC020S_SLAVE_BSR_4, ftahbc02s, s_bsr[4]); in main()
36 OFFSET(FTAHBC020S_SLAVE_BSR_6, ftahbc02s, s_bsr[6]); in main()
37 OFFSET(FTAHBC020S_CR, ftahbc02s, cr); in main()
41 OFFSET(FTPMU010_PDLLCR0, ftpmu010, PDLLCR0); in main()
45 OFFSET(FTSDMC021_TP1, ftsdmc021, tp1); in main()
46 OFFSET(FTSDMC021_TP2, ftsdmc021, tp2); in main()
47 OFFSET(FTSDMC021_CR1, ftsdmc021, cr1); in main()
48 OFFSET(FTSDMC021_CR2, ftsdmc021, cr2); in main()
[all …]
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dasm-offsets.c35 OFFSET(TASK_threadsp, task_struct, thread.sp); in common()
37 OFFSET(TASK_stack_canary, task_struct, stack_canary); in common()
41 OFFSET(crypto_tfm_ctx_offset, crypto_tfm, __crt_ctx); in common()
44 OFFSET(pbe_address, pbe, address); in common()
45 OFFSET(pbe_orig_address, pbe, orig_address); in common()
46 OFFSET(pbe_next, pbe, next); in common()
50 OFFSET(IA32_SIGCONTEXT_ax, sigcontext_32, ax); in common()
51 OFFSET(IA32_SIGCONTEXT_bx, sigcontext_32, bx); in common()
52 OFFSET(IA32_SIGCONTEXT_cx, sigcontext_32, cx); in common()
53 OFFSET(IA32_SIGCONTEXT_dx, sigcontext_32, dx); in common()
[all …]

123456