Home
last modified time | relevance | path

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

12

/freebsd/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/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/sys/arm/broadcom/bcm2835/
H A Dbcm2835_spivar.h52 #define BCM_SPI_WRITE(_sc, _off, _val) \ argument
54 #define BCM_SPI_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_clkman.c65 #define BCM_CLKMAN_WRITE(_sc, _off, _val) \ argument
67 #define BCM_CLKMAN_READ(_sc, _off) \ argument
H A Dbcm2835_pwm.c72 #define BCM_PWM_MEM_WRITE(_sc, _off, _val) \ argument
74 #define BCM_PWM_MEM_READ(_sc, _off) \ argument
76 #define BCM_PWM_CLK_WRITE(_sc, _off, _val) \ argument
78 #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/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/sys/dev/clk/rockchip/
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/sys/arm/mv/
H A Da37x0_gpio.c64 #define A37X0_GPIO_WRITE(_sc, _off, _val) \ argument
66 #define A37X0_GPIO_READ(_sc, _off) \ argument
H A Dmv_spi.c66 #define MV_SPI_WRITE(_sc, _off, _val) \ argument
68 #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.c61 #define A37X0_SPI_WRITE(_sc, _off, _val) \ argument
63 #define A37X0_SPI_READ(_sc, _off) \ argument
/freebsd/sys/dev/usb/controller/dwc3/
H A Ddwc3.c94 #define DWC3_WRITE(_sc, _off, _val) \ argument
96 #define DWC3_READ(_sc, _off) \ argument
/freebsd/sys/dev/rccgpio/
H A Drccgpio.c81 #define RCC_WRITE(_sc, _off, _val) \ argument
83 #define RCC_READ(_sc, _off) \ argument
/freebsd/sys/riscv/sifive/
H A Dsifive_gpio.c80 #define SFGPIO_READ(_sc, _off) \ argument
82 #define SFGPIO_WRITE(_sc, _off, _val) \ argument
/freebsd/sys/dev/intel/
H A Dspi.c72 #define INTELSPI_WRITE(_sc, _off, _val) \ argument
74 #define INTELSPI_READ(_sc, _off) \ argument
/freebsd/sys/netlink/
H A Dnetlink.h199 #define NL_ITEM_DATA(_ptr, _off) ((void *)((char *)(_ptr) + _off)) argument
200 #define NL_ITEM_DATA_CONST(_ptr, _off) ((const void *)((const char *)(_ptr) + _off)) argument
H A Dnetlink_message_writer.h180 #define nlattr_restore_offset(_ns, _off, _t) ((_t *)_nlattr_restore_offset(_ns, _off)) argument
/freebsd/sys/arm64/rockchip/
H A Drk_gpio.c133 #define RK_GPIO_WRITE(_sc, _off, _val) \ argument
135 #define RK_GPIO_READ(_sc, _off) \ argument
/freebsd/sys/arm/allwinner/
H A Daw_gpio.c406 #define AW_GPIO_WRITE(_sc, _off, _val) \ argument
408 #define AW_GPIO_READ(_sc, _off) \ argument
/freebsd/sys/net80211/
H A Dieee80211_hostap.c2265 #define setie(_ie, _off) ieee80211_ies_setie(ni->ni_ies, _ie, _off) in hostap_recv_mgmt() argument
H A Dieee80211_node.h424 #define ieee80211_ies_setie(_ies, _ie, _off) do { \ argument
/freebsd/sys/dev/axgbe/
H A Dxgbe-common.h1572 XPCS32_IOWRITE(_pdata,_off,_val) global() argument
1575 XPCS32_IOREAD(_pdata,_off) global() argument
1578 XPCS16_IOWRITE(_pdata,_off,_val) global() argument
1581 XPCS16_IOREAD(_pdata,_off) global() argument

12