Searched refs:podr (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc83xx/ |
| H A D | qe_io.c | 47 tmp_val = in_be32(&par_io->ioport[port].podr); in qe_config_iopin() 49 out_be32(&par_io->ioport[port].podr, pin_1bit_mask | tmp_val); in qe_config_iopin() 51 out_be32(&par_io->ioport[port].podr, ~pin_1bit_mask & tmp_val); in qe_config_iopin()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | ioports.h | 15 unsigned int podr; /* Port Open Drain Register (35-2) */ member 41 unsigned char podr:1; /* Port Open Drain Register (35-2) */ member
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc85xx/ |
| H A D | cpu_init.c | 163 podr = 0, in config_8560_ioports() local 183 if (iopc->podr) in config_8560_ioports() 184 podr |= msk; in config_8560_ioports() 208 iop->podr = (iop->podr & tpmsk) | podr; in config_8560_ioports()
|
| /OK3568_Linux_fs/kernel/drivers/iio/imu/st_lsm6dsr/ |
| H A D | st_lsm6dsr_buffer.c | 134 int podr, puodr; in __st_lsm6dsr_set_sensor_batching_odr() local 138 sensor->uodr, &podr, &puodr, in __st_lsm6dsr_set_sensor_batching_odr() 721 int podr, puodr; in st_lsm6dsr_update_fifo() local 762 &podr, &puodr, &data); in st_lsm6dsr_update_fifo()
|
| H A D | st_lsm6dsr.h | 552 int *podr, int *puodr, u8 *val);
|
| H A D | st_lsm6dsr_core.c | 835 int *podr, int *puodr, u8 *val) in st_lsm6dsr_get_odr_val() argument 853 *podr = st_lsm6dsr_odr_table[id].odr_avl[i].hz; in st_lsm6dsr_get_odr_val()
|
| /OK3568_Linux_fs/u-boot/arch/sh/include/asm/ |
| H A D | cpu_sh7753.h | 156 unsigned char podr; member
|
| H A D | cpu_sh7752.h | 156 unsigned char podr; member
|
| /OK3568_Linux_fs/u-boot/arch/m68k/cpu/mcf532x/ |
| H A D | speed.c | 223 out_8(&pll->podr, in clock_pll()
|
| /OK3568_Linux_fs/u-boot/arch/m68k/include/asm/ |
| H A D | immap_5329.h | 376 u8 podr; /* 0x00 Output Divider Register */ member
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/ |
| H A D | immap_83xx.h | 252 u32 podr; /* Open Drain Register */ member
|