Searched refs:offset0 (Results 1 – 2 of 2) sorted by relevance
| /u-boot/drivers/pinctrl/rockchip/ |
| A D | pinctrl-rockchip.h | 315 iom3, offset0, offset1, offset2, \ argument 322 { .type = iom0, .offset = offset0 }, \ 394 drv3, offset0, offset1, \ argument 407 { .drv_type = drv0, .offset = offset0 }, \ 417 drv3, offset0, offset1, \ argument 431 { .drv_type = drv0, .offset = offset0 }, \
|
| /u-boot/drivers/mtd/nand/raw/brcmnand/ |
| A D | brcmnand.c | 1252 u16 offset0, offset10, reg_offs; in oob_reg_read() local 1254 offset0 = ctrl->reg_offsets[BRCMNAND_OOB_READ_BASE]; in oob_reg_read() 1263 reg_offs = offset0 + (offs & ~0x03); in oob_reg_read() 1271 u16 offset0, offset10, reg_offs; in oob_reg_write() local 1273 offset0 = ctrl->reg_offsets[BRCMNAND_OOB_WRITE_BASE]; in oob_reg_write() 1282 reg_offs = offset0 + (offs & ~0x03); in oob_reg_write()
|
Completed in 12 milliseconds