Lines Matching defs:hp

103 #define HDEVNAME(hp)	(device_xname((hp)->sc->sc_dev))  argument
106 hread1(struct sdhc_host *hp, bus_size_t reg) in hread1()
115 hread2(struct sdhc_host *hp, bus_size_t reg) in hread2()
123 #define HREAD1(hp, reg) hread1(hp, reg) argument
124 #define HREAD2(hp, reg) hread2(hp, reg) argument
125 #define HREAD4(hp, reg) \ argument
130 hwrite1(struct sdhc_host *hp, bus_size_t o, uint8_t val) in hwrite1()
145 hwrite2(struct sdhc_host *hp, bus_size_t o, uint16_t val) in hwrite2()
159 #define HWRITE1(hp, reg, val) hwrite1(hp, reg, val) argument
160 #define HWRITE2(hp, reg, val) hwrite2(hp, reg, val) argument
161 #define HWRITE4(hp, reg, val) \ argument
164 #define HCLR1(hp, reg, bits) \ argument
166 #define HCLR2(hp, reg, bits) \ argument
168 #define HCLR4(hp, reg, bits) \ argument
170 #define HSET1(hp, reg, bits) \ argument
172 #define HSET2(hp, reg, bits) \ argument
174 #define HSET4(hp, reg, bits) \ argument
244 const struct sdhc_host * const hp = saa->saa_sch; in sdhc_cfprint() local
267 struct sdhc_host *hp; in sdhc_host_found() local
633 struct sdhc_host *hp; in sdhc_detach() local
682 struct sdhc_host *hp; in sdhc_suspend() local
714 struct sdhc_host *hp; in sdhc_resume() local
748 struct sdhc_host *hp; in sdhc_shutdown() local
765 struct sdhc_host *hp = (struct sdhc_host *)sch; in sdhc_host_reset1() local
820 struct sdhc_host *hp = (struct sdhc_host *)sch; in sdhc_host_reset() local
833 struct sdhc_host *hp = (struct sdhc_host *)sch; in sdhc_host_ocr() local
841 struct sdhc_host *hp = (struct sdhc_host *)sch; in sdhc_host_maxblklen() local
852 struct sdhc_host *hp = (struct sdhc_host *)sch; in sdhc_card_detect() local
869 struct sdhc_host *hp = (struct sdhc_host *)sch; in sdhc_write_protect() local
887 struct sdhc_host *hp = (struct sdhc_host *)sch; in sdhc_bus_power() local
967 sdhc_clock_divisor(struct sdhc_host *hp, u_int freq, u_int *divp) in sdhc_clock_divisor()
1047 struct sdhc_host *hp = (struct sdhc_host *)sch; in sdhc_bus_clock_ddr() local
1235 struct sdhc_host *hp = (struct sdhc_host *)sch; in sdhc_bus_width() local
1289 struct sdhc_host *hp = (struct sdhc_host *)sch; in sdhc_bus_rod() local
1300 struct sdhc_host *hp = (struct sdhc_host *)sch; in sdhc_card_enable_intr() local
1318 struct sdhc_host *hp = (struct sdhc_host *)sch; in sdhc_card_intr_ack() local
1330 struct sdhc_host *hp = (struct sdhc_host *)sch; in sdhc_signal_voltage() local
1354 sdhc_execute_tuning1(struct sdhc_host *hp, int timing) in sdhc_execute_tuning1()
1450 struct sdhc_host *hp = (struct sdhc_host *)sch; in sdhc_execute_tuning() local
1462 struct sdhc_host *hp = arg; in sdhc_tuning_timer() local
1468 sdhc_wait_state(struct sdhc_host *hp, uint32_t mask, uint32_t value) in sdhc_wait_state()
1486 struct sdhc_host *hp = (struct sdhc_host *)sch; in sdhc_exec_command() local
1595 sdhc_start_command(struct sdhc_host *hp, struct sdmmc_command *cmd) in sdhc_start_command()
1786 sdhc_transfer_data(struct sdhc_host *hp, struct sdmmc_command *cmd) in sdhc_transfer_data()
1828 sdhc_transfer_data_dma(struct sdhc_host *hp, struct sdmmc_command *cmd) in sdhc_transfer_data_dma()
1891 sdhc_transfer_data_pio(struct sdhc_host *hp, struct sdmmc_command *cmd) in sdhc_transfer_data_pio()
1965 sdhc_read_data_pio(struct sdhc_host *hp, uint8_t *data, u_int datalen) in sdhc_read_data_pio()
2005 sdhc_write_data_pio(struct sdhc_host *hp, uint8_t *data, u_int datalen) in sdhc_write_data_pio()
2045 esdhc_read_data_pio(struct sdhc_host *hp, uint8_t *data, u_int datalen) in esdhc_read_data_pio()
2084 esdhc_write_data_pio(struct sdhc_host *hp, uint8_t *data, u_int datalen) in esdhc_write_data_pio()
2117 sdhc_soft_reset(struct sdhc_host *hp, int mask) in sdhc_soft_reset()
2169 sdhc_wait_intr(struct sdhc_host *hp, int mask, int timo, bool probing) in sdhc_wait_intr()
2257 struct sdhc_host *hp; in sdhc_intr() local
2379 sdhc_host_lock(struct sdhc_host *hp) in sdhc_host_lock()
2386 sdhc_dump_regs(struct sdhc_host *hp) in sdhc_dump_regs()