Home
last modified time | relevance | path

Searched defs:_off (Results 1 – 25 of 29) sorted by relevance

12

/freebsd-14.2/sys/compat/linuxkpi/common/include/linux/
H A Diosys-map.h21 #define IOSYS_MAP_INIT_OFFSET(_ism_src_p, _off) ({ \ argument
124 #define iosys_map_rd(_ism, _off, _type) ({ \ argument
137 #define iosys_map_wr(_ism, _off, _type, _val) ({ \ argument
150 #define iosys_map_rd_field(_ism, _off, _type, _field) ({ \ argument
155 #define iosys_map_wr_field(_ism, _off, _type, _field, _val) ({ \ argument
/freebsd-14.2/sys/arm/broadcom/bcm2835/
H A Dbcm2835_spivar.h50 #define BCM_SPI_WRITE(_sc, _off, _val) \ argument
52 #define BCM_SPI_READ(_sc, _off) \ argument
H A Dbcm2835_clkman.c66 #define BCM_CLKMAN_WRITE(_sc, _off, _val) \ argument
68 #define BCM_CLKMAN_READ(_sc, _off) \ argument
H A Dbcm2835_bscvar.h59 #define BCM_BSC_WRITE(_sc, _off, _val) \ argument
61 #define BCM_BSC_READ(_sc, _off) \ argument
H A Dbcm2835_pwm.c73 #define BCM_PWM_MEM_WRITE(_sc, _off, _val) \ argument
75 #define BCM_PWM_MEM_READ(_sc, _off) \ argument
77 #define BCM_PWM_CLK_WRITE(_sc, _off, _val) \ argument
79 #define BCM_PWM_CLK_READ(_sc, _off) \ argument
H A Dbcm2835_gpio.c138 #define BCM_GPIO_WRITE(_sc, _off, _val) \ argument
140 #define BCM_GPIO_READ(_sc, _off) \ argument
142 #define BCM_GPIO_CLEAR_BITS(_sc, _off, _bits) \ argument
144 #define BCM_GPIO_SET_BITS(_sc, _off, _bits) \ argument
/freebsd-14.2/sys/dev/ath/ath_hal/
H A Dah_eeprom_v3.c71 #define EEREAD(_off) do { \ in readEepromFreqPierInfo() argument
277 #define EEREAD(_off) do { \ in readEepromRawPowerCalInfo5112() argument
445 #define EEREAD(_off) do { \ in ar2413ReadCalDataset() argument
813 #define EEREAD(_off) do { \ in readEepromRawPowerCalInfo() argument
919 #define EEREAD(_off) do { \ in readEepromTargetPowerCalInfo() argument
1015 #define EEREAD(_off) do { \ in readEepromCTLInfo() argument
1112 #define EEREAD(_off) do { \ in readHeaderInfo() argument
/freebsd-14.2/sys/arm/ti/
H A Dti_spivar.h59 #define TI_SPI_WRITE(_sc, _off, _val) \ argument
61 #define TI_SPI_READ(_sc, _off) \ argument
/freebsd-14.2/sys/arm64/rockchip/clk/
H A Drk3568_pmucru.c55 #define RK_PLL(_id, _name, _pnames, _off, _shift) \ argument
H A Drk3568_cru.c66 #define RK_PLL(_id, _name, _pnames, _off, _shift) \ argument
/freebsd-14.2/sys/dev/usb/controller/
H A Ddwc3.c96 #define DWC3_WRITE(_sc, _off, _val) \ argument
98 #define DWC3_READ(_sc, _off) \ argument
/freebsd-14.2/sys/arm/mv/
H A Da37x0_gpio.c65 #define A37X0_GPIO_WRITE(_sc, _off, _val) \ argument
67 #define A37X0_GPIO_READ(_sc, _off) \ argument
H A Dmv_spi.c67 #define MV_SPI_WRITE(_sc, _off, _val) \ argument
69 #define MV_SPI_READ(_sc, _off) \ argument
H A Da37x0_iic.c66 #define A37X0_IIC_WRITE(_sc, _off, _val) \ argument
68 #define A37X0_IIC_READ(_sc, _off) \ argument
H A Da37x0_spi.c62 #define A37X0_SPI_WRITE(_sc, _off, _val) \ argument
64 #define A37X0_SPI_READ(_sc, _off) \ argument
/freebsd-14.2/sys/dev/rccgpio/
H A Drccgpio.c81 #define RCC_WRITE(_sc, _off, _val) \ argument
83 #define RCC_READ(_sc, _off) \ argument
/freebsd-14.2/sys/riscv/sifive/
H A Dsifive_gpio.c81 #define SFGPIO_READ(_sc, _off) \ argument
83 #define SFGPIO_WRITE(_sc, _off, _val) \ argument
/freebsd-14.2/sys/dev/intel/
H A Dspi.c72 #define INTELSPI_WRITE(_sc, _off, _val) \ argument
74 #define INTELSPI_READ(_sc, _off) \ argument
/freebsd-14.2/sys/netlink/
H A Dnetlink.h202 #define NL_ITEM_DATA(_ptr, _off) ((void *)((char *)(_ptr) + _off)) argument
203 #define NL_ITEM_DATA_CONST(_ptr, _off) ((const void *)((const char *)(_ptr) + _off)) argument
H A Dnetlink_message_writer.h207 #define nlattr_restore_offset(_ns, _off, _t) ((_t *)_nlattr_restore_offset(_ns, _off)) argument
/freebsd-14.2/sys/arm64/rockchip/
H A Drk_gpio.c134 #define RK_GPIO_WRITE(_sc, _off, _val) \ argument
136 #define RK_GPIO_READ(_sc, _off) \ argument
/freebsd-14.2/sys/arm/allwinner/
H A Daw_gpio.c330 #define AW_GPIO_WRITE(_sc, _off, _val) \ argument
332 #define AW_GPIO_READ(_sc, _off) \ argument
/freebsd-14.2/sys/net80211/
H A Dieee80211_hostap.c2268 #define setie(_ie, _off) ieee80211_ies_setie(ni->ni_ies, _ie, _off) in hostap_recv_mgmt() argument
H A Dieee80211_node.h361 #define ieee80211_ies_setie(_ies, _ie, _off) do { \ argument
/freebsd-14.2/sys/dev/axgbe/
H A Dxgbe-common.h1564 #define XPCS32_IOWRITE(_pdata, _off, _val) \ argument
1567 #define XPCS32_IOREAD(_pdata, _off) \ argument
1570 #define XPCS16_IOWRITE(_pdata, _off, _val) \ argument
1573 #define XPCS16_IOREAD(_pdata, _off) \ argument

12