| /NextBSD/sys/arm/broadcom/bcm2835/ |
| HD | bcm2835_spivar.h | 62 #define BCM_SPI_WRITE(_sc, _off, _val) \ argument 63 bus_space_write_4(_sc->sc_bst, _sc->sc_bsh, _off, _val) 64 #define BCM_SPI_READ(_sc, _off) \ argument 65 bus_space_read_4(_sc->sc_bst, _sc->sc_bsh, _off)
|
| HD | bcm2835_bscvar.h | 61 #define BCM_BSC_WRITE(_sc, _off, _val) \ argument 62 bus_space_write_4((_sc)->sc_bst, (_sc)->sc_bsh, _off, _val) 63 #define BCM_BSC_READ(_sc, _off) \ argument 64 bus_space_read_4((_sc)->sc_bst, (_sc)->sc_bsh, _off)
|
| HD | bcm2835_gpio.c | 106 #define BCM_GPIO_WRITE(_sc, _off, _val) \ argument 107 bus_space_write_4((_sc)->sc_bst, (_sc)->sc_bsh, _off, _val) 108 #define BCM_GPIO_READ(_sc, _off) \ argument 109 bus_space_read_4((_sc)->sc_bst, (_sc)->sc_bsh, _off) 110 #define BCM_GPIO_CLEAR_BITS(_sc, _off, _bits) \ argument 111 BCM_GPIO_WRITE(_sc, _off, BCM_GPIO_READ(_sc, _off) & ~(_bits)) 112 #define BCM_GPIO_SET_BITS(_sc, _off, _bits) \ argument 113 BCM_GPIO_WRITE(_sc, _off, BCM_GPIO_READ(_sc, _off) | _bits)
|
| /NextBSD/sys/dev/usb/controller/ |
| HD | xhcireg.h | 207 (a) + (sc)->sc_##what##_off) 210 (a) + (sc)->sc_##what##_off) 213 (a) + (sc)->sc_##what##_off) 216 (a) + (sc)->sc_##what##_off, (x)) 219 (a) + (sc)->sc_##what##_off, (x)) 222 (a) + (sc)->sc_##what##_off, (x))
|
| /NextBSD/sys/dev/rccgpio/ |
| HD | rccgpio.c | 83 #define RCC_WRITE(_sc, _off, _val) \ argument 84 bus_space_write_4((_sc)->sc_bst, (_sc)->sc_bsh, _off, _val) 85 #define RCC_READ(_sc, _off) \ argument 86 bus_space_read_4((_sc)->sc_bst, (_sc)->sc_bsh, _off)
|
| /NextBSD/sys/arm/allwinner/ |
| HD | a10_gpio.c | 107 #define A10_GPIO_WRITE(_sc, _off, _val) \ argument 108 bus_space_write_4(_sc->sc_bst, _sc->sc_bsh, _off, _val) 109 #define A10_GPIO_READ(_sc, _off) \ argument 110 bus_space_read_4(_sc->sc_bst, _sc->sc_bsh, _off)
|
| /NextBSD/sys/dev/ath/ath_hal/ |
| HD | ah_eeprom_v3.c | 71 #define EEREAD(_off) do { \ in readEepromFreqPierInfo() argument 72 if (!ath_hal_eepromRead(ah, _off, &eeval)) \ in readEepromFreqPierInfo() 277 #define EEREAD(_off) do { \ in readEepromRawPowerCalInfo5112() argument 278 if (!ath_hal_eepromRead(ah, _off, &eeval)) \ in readEepromRawPowerCalInfo5112() 445 #define EEREAD(_off) do { \ in ar2413ReadCalDataset() argument 446 if (!ath_hal_eepromRead(ah, _off, &eeval)) \ in ar2413ReadCalDataset() 813 #define EEREAD(_off) do { \ in readEepromRawPowerCalInfo() argument 814 if (!ath_hal_eepromRead(ah, _off, &eeval)) \ in readEepromRawPowerCalInfo() 919 #define EEREAD(_off) do { \ in readEepromTargetPowerCalInfo() argument 920 if (!ath_hal_eepromRead(ah, _off, &eeval)) \ in readEepromTargetPowerCalInfo() [all …]
|
| HD | ah_internal.h | 440 #define ath_hal_eepromRead(_ah, _off, _data) \ argument 441 AH_PRIVATE(_ah)->ah_eepromRead(_ah, _off, _data) 442 #define ath_hal_eepromWrite(_ah, _off, _data) \ argument 443 AH_PRIVATE(_ah)->ah_eepromWrite(_ah, _off, _data)
|
| /NextBSD/sys/arm/rockchip/ |
| HD | rk30xx_gpio.c | 128 #define RK30_GPIO_WRITE(_sc, _off, _val) \ argument 129 bus_space_write_4(_sc->sc_bst, _sc->sc_bsh, _off, _val) 130 #define RK30_GPIO_READ(_sc, _off) \ argument 131 bus_space_read_4(_sc->sc_bst, _sc->sc_bsh, _off)
|
| /NextBSD/sys/net80211/ |
| HD | ieee80211_node.h | 343 #define ieee80211_ies_setie(_ies, _ie, _off) do { \ argument 344 (_ies)._ie = (_ies).data + (_off); \
|
| HD | ieee80211_hostap.c | 2139 #define setie(_ie, _off) ieee80211_ies_setie(ni->ni_ies, _ie, _off) in hostap_recv_mgmt() argument
|
| /NextBSD/sys/dev/ofw/ |
| HD | ofw_if.m | 304 * @param _off Offset to which to seek 309 uint64_t _off;
|
| /NextBSD/sys/dev/iscsi/ |
| HD | icl_conn_if.m | 52 size_t _off;
|
| /NextBSD/contrib/elftoolchain/libelf/ |
| HD | libelf.h | 219 off_t elf_rand(Elf *_elf, off_t _off);
|
| /NextBSD/contrib/elftoolchain/elfcopy/ |
| HD | elfcopy.h | 285 char *_newname, void *_buf, uint64_t _size, uint64_t _off, uint64_t _stype,
|
| /NextBSD/sys/powerpc/powerpc/ |
| HD | mmu_if.m | 644 * @param _off byte offset from start of page 650 int _off;
|