Home
last modified time | relevance | path

Searched refs:_off (Results 1 – 16 of 16) sorted by relevance

/NextBSD/sys/arm/broadcom/bcm2835/
HDbcm2835_spivar.h62 #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)
HDbcm2835_bscvar.h61 #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)
HDbcm2835_gpio.c106 #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/
HDxhcireg.h207 (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/
HDrccgpio.c83 #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/
HDa10_gpio.c107 #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/
HDah_eeprom_v3.c71 #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 …]
HDah_internal.h440 #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/
HDrk30xx_gpio.c128 #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/
HDieee80211_node.h343 #define ieee80211_ies_setie(_ies, _ie, _off) do { \ argument
344 (_ies)._ie = (_ies).data + (_off); \
HDieee80211_hostap.c2139 #define setie(_ie, _off) ieee80211_ies_setie(ni->ni_ies, _ie, _off) in hostap_recv_mgmt() argument
/NextBSD/sys/dev/ofw/
HDofw_if.m304 * @param _off Offset to which to seek
309 uint64_t _off;
/NextBSD/sys/dev/iscsi/
HDicl_conn_if.m52 size_t _off;
/NextBSD/contrib/elftoolchain/libelf/
HDlibelf.h219 off_t elf_rand(Elf *_elf, off_t _off);
/NextBSD/contrib/elftoolchain/elfcopy/
HDelfcopy.h285 char *_newname, void *_buf, uint64_t _size, uint64_t _off, uint64_t _stype,
/NextBSD/sys/powerpc/powerpc/
HDmmu_if.m644 * @param _off byte offset from start of page
650 int _off;